home *** CD-ROM | disk | FTP | other *** search
/ Urabon Golden Age Girl 2 / Urabon Golden Age Girl 2.iso / mac / 裏ガール2data / COVER10.DIR / 00015_Que.ls < prev    next >
Encoding:
Text File  |  1994-12-29  |  449 b   |  16 lines

  1. on mouseDown
  2.   repeat while the stillDown
  3.     if rollOver(clickOn()) then
  4.       set the castNum of sprite clickOn() to the number of cast "dnQue"
  5.     else
  6.       set the castNum of sprite clickOn() to the number of cast "Que"
  7.     end if
  8.     set the locH of sprite 24 to 320
  9.     set the locV of sprite 24 to 240
  10.     updateStage()
  11.   end repeat
  12.   puppetSprite(24, 0)
  13.   set the castNum of sprite clickOn() to the number of cast "Que"
  14.   updateStage()
  15. end
  16.